home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / Programming IDEs / Easy Syntex / Data1.cab / EasySyntax.exe / 0 / RCDATA / TFRMABOUT / TFRMABOUT.txt < prev   
Encoding:
Text File  |  2003-04-16  |  2.4 KB  |  113 lines

  1. object frmAbout: TfrmAbout
  2.   Left = 327
  3.   Top = 193
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'About EasySyntax'
  7.   ClientHeight = 258
  8.   ClientWidth = 512
  9.   Color = clWhite
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poOwnerFormCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object imgSplash: TImage
  21.     Left = 0
  22.     Top = 0
  23.     Width = 353
  24.     Height = 257
  25.     Picture.Data = {<image000.bmp>}
  26.   end
  27.   object lblTitle: TLabel
  28.     Left = 352
  29.     Top = 24
  30.     Width = 152
  31.     Height = 32
  32.     Caption = 'EasySyntax'
  33.     Color = clBackground
  34.     Font.Charset = DEFAULT_CHARSET
  35.     Font.Color = 7091212
  36.     Font.Height = -27
  37.     Font.Name = 'Century Gothic'
  38.     Font.Style = [fsBold]
  39.     ParentColor = False
  40.     ParentFont = False
  41.     Transparent = True
  42.   end
  43.   object lblStatisticalServices: TLabel
  44.     Left = 27
  45.     Top = 240
  46.     Width = 89
  47.     Height = 13
  48.     Caption = 'Statistical Services'
  49.     Font.Charset = DEFAULT_CHARSET
  50.     Font.Color = 7091212
  51.     Font.Height = -11
  52.     Font.Name = 'MS Sans Serif'
  53.     Font.Style = []
  54.     ParentFont = False
  55.   end
  56.   object Label2: TLabel
  57.     Left = 418
  58.     Top = 120
  59.     Width = 83
  60.     Height = 13
  61.     Alignment = taCenter
  62.     Caption = 'All rights reserved'
  63.   end
  64.   object wlAnalyzeITSite: TWeblink
  65.     Left = 420
  66.     Top = 144
  67.     Width = 82
  68.     Height = 13
  69.     Cursor = crHandPoint
  70.     Alignment = taCenter
  71.     Caption = 'www.analyze-it.nl'
  72.     Font.Charset = DEFAULT_CHARSET
  73.     Font.Color = clBlue
  74.     Font.Height = -11
  75.     Font.Name = 'MS Sans Serif'
  76.     Font.Style = [fsUnderline]
  77.     ParentFont = False
  78.     Url = 'http://www.analyze-it.nl/products/en_easysyntax.php'
  79.     BrowserState = gwMaximized
  80.   end
  81.   object lblVersion: TLabel
  82.     Left = 460
  83.     Top = 64
  84.     Width = 42
  85.     Height = 13
  86.     Alignment = taRightJustify
  87.     Caption = '??.??.??'
  88.   end
  89.   object lblEvaluation: TLabel
  90.     Left = 366
  91.     Top = 88
  92.     Width = 138
  93.     Height = 13
  94.     Caption = 'EVALUATION VERSION'
  95.     Font.Charset = DEFAULT_CHARSET
  96.     Font.Color = clWindowText
  97.     Font.Height = -11
  98.     Font.Name = 'MS Sans Serif'
  99.     Font.Style = [fsBold]
  100.     ParentFont = False
  101.     Visible = False
  102.   end
  103.   object btnOK: TButton
  104.     Left = 421
  105.     Top = 224
  106.     Width = 83
  107.     Height = 25
  108.     Caption = '&OK'
  109.     TabOrder = 0
  110.     OnClick = btnOKClick
  111.   end
  112. end
  113.